<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dh {
	background-color: #383737;
	height: 40px;
	margin-top:112px;
	
}
@media screen and (max-width:900px){
.dh{display:none;}
}
.menu {
	width: 1230px;
	background-color: #383737;
	margin-right: auto;
	margin-left: auto;
}
.menu li {
	width:12.5%;
	height: 40px;
	line-height: 40px;
	float: left;
}
.menu li a {
	/*background-image: url('{pboot:sitetplpath}/images/dh_dian.jpg');*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: block;
}
.menu li a:hover {
	/*background-image: url('{pboot:sitetplpath}/images/dh_hover.jpg');*/
	background:#ddd;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #000;
}

.menu li.active a {
	/*background-image: url('{pboot:sitetplpath}/images/dh_hover.jpg');*/
	background:#ddd;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #000;
}

.menu .sub-menu {
	width:153.75px;   /* 修改下拉条宽度，设置数值大可以做横版下拉条*/
	display: none;
	background-color: #CCCCCC;
	padding-right:0px;
	padding-left:0px;
	margin-top: 0px;
	position: absolute;
	margin-left: -0px;   /* 修改下拉与li左边距*/
	z-index: 99;
	/*IE及其他浏览器滤镜，透明度85%*/
	filter:alpha(opacity=85); -moz-opacity:0.85; -khtml-opacity: 0.85; opacity: 0.85;  
}
.menu .sub-menu li {
	width:100%;   /* 修改下拉条下，每一个li的宽度*/
	height: 30px;
	line-height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	background:none;
}
.menu .sub-menu li a{
	font-family: "Microsoft YaHei";
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	background-image: none;
	background-position: 0px 0px;
	background:none;
}
.menu .sub-menu li a:hover {
	color: #CC0000;
	background-image: none;
	background-position: 0px 0px;
	background:none;
}
</pre></body></html>